From 50fe8ba06df902a80a0d14f3ba32039fcbe92b3f Mon Sep 17 00:00:00 2001 From: robertlipe Date: Sun, 21 Sep 2014 22:47:09 +0000 Subject: [PATCH] Allow reads of waypoints in GUI from MTK logger. --- gpsbabel/mtk_logger.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gpsbabel/mtk_logger.cc b/gpsbabel/mtk_logger.cc index 2d144cecc..322cb7e3e 100644 --- a/gpsbabel/mtk_logger.cc +++ b/gpsbabel/mtk_logger.cc @@ -1608,11 +1608,12 @@ static void file_read(void) /**************************************************************************/ // GPS logger will only handle tracks - neither waypoints or tracks... +// Actually, some of the Holux devices will read waypoints. ff_vecs_t mtk_vecs = { ff_type_serial, { - ff_cap_none /* waypoints */, + ff_cap_read /* waypoints */, ff_cap_read /* tracks */, ff_cap_none /* routes */ }, -- 2.30.2